google.golang.org/protobuf/internal/encoding/json.Token.getIntStr (method)

3 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode_token.go#L146: 	s, ok := t.getIntStr()
		decode_token.go#L163: 	s, ok := t.getIntStr()
		decode_token.go#L174: func (t Token) getIntStr() (string, bool) {